home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 7
/
PC World Interactive 7.iso
/
program
/
ctutor.exe
/
SOURCE
/
UGLYFORM.C
< prev
next >
Wrap
Text File
|
1994-05-15
|
207b
|
5 lines
main() /* Main program starts here */{printf("Good form ");printf
("can aid in ");printf("understanding a program.\n")
;printf("And bad form ");printf("can make a program ");
printf("unreadable.\n");}